github.com/jackc/pgx/v5/pgconn.pgconnError.msg (field)

5 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		errors.go#L154: 	msg         string
		errors.go#L160: 	if e.msg == "" {
		errors.go#L164: 		return e.msg
		errors.go#L166: 	return fmt.Sprintf("%s: %s", e.msg, e.err.Error())
		pgconn.go#L566: 			msg:         "receive message failed",